@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap");

#wrapper {
  width: 960px;
  min-height: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-family: "Market Sans", "Helvetica Neue", sans-serif;
}

body {
  background-color: rgb(255, 255, 255);
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 135px;
  text-align: center;
}

nav {
  /* Position Navigation */
  text-align: center;
  padding-bottom: 0px;
}

nav ul {
  /* Auflistungssymbole */
  list-style-type: none;
  width: 895px;
  padding-bottom: 20px;
}

nav li {
  /* Formatierung Navigation */
  font-family: "Market Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  display: inline;
  margin-right: 6%;
}

.mapmarker {
  margin-top: 0px;
}

/* font der gesamten Seite bzw. der links*/
a {
  color: #777;
  text-decoration: none;
  /* font-family = 1. Font wird probiert, wenn nicht -> 2. Font */
}

/* body */

section {
  align-items: center;
  justify-content: center;
  height: auto;
  padding-bottom: 60px;
}

#ueberheadline {
  font-size: 2.3em;
  font-family: "Poppins", sans-serif;
}

#ueberheadline span {
  color: rgb(74, 204, 124);
}

.geschichte {
  position: relative;
  margin-top: -20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 40px;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
  border: 2px solid;
  display: block;
  border-color: rgb(255, 255, 255);
  box-shadow: 0px 30px 20px -8px rgba(185, 185, 185, 0.4);
  width: 87%;
  background-color: #ffe672;
  animation-name: fade-in-top;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  z-index: -1;
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.secondsection {
  animation: myAnim 1s ease 0s 1 normal forwards;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes myAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h2 {
  text-align: center;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}

.text {
  text-align: justify;
}

.text span {
  font: "Brush Script MT";
  font-size: 2.2em;
  float: left;
  margin-right: 0.2em;
  font-weight: 700;
  margin-top: -4px;
}

.textu {
  margin-top: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
}

footer {
  height: 50px;
  clear: both;
  background: rgb(255, 255, 255);
  padding-bottom: 25px;
  padding-top: 50px;
}

footer ul {
  float: left;
  list-style: none;
  padding-top: 3px;
  padding-left: 0px;
  margin: 20px;
  font-size: 15px;
}

.facebook {
  float: left;
  padding-top: 19px;
  padding-left: 20px;
}

.insta {
  float: left;
  padding-top: 19px;
}

footer li {
  margin-right: 15px;
  display: inline;
}

footer img {
  margin-right: 20px;
  float: right;
}

footer p {
  font-size: 10px;
  float: right;
  padding-right: 20px;
  padding-top: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

input[type="checkbox"] {
  display: none;
}

.container1 {
  width: 50%;
}

.container1 img {
  height: 300px;
  margin: 50px;
  transition: transform 0.25s ease;
  cursor: zoom-in;
  margin: auto;
  border: 1px solid grey;
}

.ztext {
  justify-content: center;
  font-size: 1.1em;
}

.zTextBox {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
}

input[type="checkbox"]:checked ~ label > img {
  transform: scale(4);
  cursor: zoom-out;
}

.container2 {
  width: 50%;
}

.container2 img {
  height: 300px;
  margin: 50px;
  transition: transform 0.25s ease;
  cursor: zoom-in;
  margin: auto;
  border: 1px solid grey;
}

input[type="checkbox"]:checked ~ label > img {
  transform: scale(4);
  cursor: zoom-out;
}

.zertifikateBox {
  display: flex;
}

.bildBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
